ilert · Example Payload

Get Schedules {Id} Overrides

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Get Schedules {Id} Overrides is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionmethodpathparametersrequest_bodyresponse

Example Payload

Raw ↑
{
  "summary": "Get overrides for the specified schedule.",
  "description": "",
  "method": "GET",
  "path": "/schedules/{id}/overrides",
  "parameters": {
    "id": 1.0
  },
  "request_body": null,
  "response": [
    {
      "user": {
        "id": null,
        "firstName": null,
        "lastName": null,
        "email": null,
        "timezone": null,
        "position": null
      },
      "end": "string",
      "start": "string"
    }
  ]
}